home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / DevKit.lha / DevKit / MakeAssigns < prev    next >
Encoding:
Text File  |  1989-12-29  |  448 b   |  11 lines

  1. ; In order to comply with Peter's restriction that nothing in the distribution
  2. ; can be modified, I had to set things up so that DevKit:more could be found.
  3. ; To do this, :c/MuchMore was copied to :DevKit/More, and this script sets
  4. ; DevKit: to be :DevKit.   -Fred ><>
  5.  
  6. echo "Canceling any previous assignment of DevKit: ..."
  7. assign DevKit:
  8. echo "Assigning DevKit: to :DevKit ..."
  9. assign DevKit: :DevKit
  10. echo "All done, the icons should work now."
  11.